12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- #ifndef __BOARD_USER_H__
- #define __BOARD_USER_H__
-
-
-
- #if defined(__cplusplus)
- extern "C" {
- #endif
-
- #if !defined(__INCLUDE_FROM_BOARD_H)
- #error Do not include this file directly. Include LUFA/Drivers/Board/Board.h instead.
- #endif
-
-
-
-
-
-
-
- #if defined(__cplusplus)
- }
- #endif
- #endif
|