avr/base/base.h

10 lines
69 B
C
Raw Normal View History

2022-06-26 16:45:27 +00:00
2022-07-30 04:33:46 +00:00
#include <stdint.h>
2022-07-13 02:42:42 +00:00
#include <stdbool.h>
2022-07-30 04:33:46 +00:00
#ifdef AVR
2022-04-17 04:43:50 +00:00
2022-07-30 04:33:46 +00:00
#else
2022-04-17 04:43:50 +00:00
#endif