only:с++
This commit is contained in:
parent
d4cd61cb91
commit
8249bbe5f9
|
@ -34,14 +34,3 @@ typedef uint16_t adcsample_t;
|
|||
#define spiAcquireBus(x) {}
|
||||
#define spiReleaseBus(x) {}
|
||||
// end of mock SPI
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
|
|
@ -7,15 +7,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif /* __cplusplus */
|
||||
|
||||
void rusEfiFunctionalTest(void);
|
||||
void printPendingMessages(void);
|
||||
void logMsg(const char *fmt, ...);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
|
Loading…
Reference in New Issue