mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-01-11 10:16:37 +01:00
guard avrInitSystemTickTimer with extern "C"
This commit is contained in:
@@ -33,7 +33,15 @@
|
|||||||
/* CPU Frequency */
|
/* CPU Frequency */
|
||||||
#define AVR_CPU_HZ 1000000
|
#define AVR_CPU_HZ 1000000
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Function prototypes */
|
/* Function prototypes */
|
||||||
void avrInitSystemTickTimer ( void );
|
void avrInitSystemTickTimer ( void );
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* __ATOM_PORT_PRIVATE_H */
|
#endif /* __ATOM_PORT_PRIVATE_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user