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