mirror of
https://github.com/AlexAltea/orbital.git
synced 2025-04-02 10:32:05 -04:00
11 lines
245 B
C++
11 lines
245 B
C++
#ifdef VERSION_176
|
|
#include "ksdk_176.inc"
|
|
#elif VERSION_455
|
|
# include "ksdk_455.inc"
|
|
#elif VERSION_500
|
|
#include "ksdk_500.inc"
|
|
#elif VERSION_505
|
|
#include "ksdk_505.inc"
|
|
#else
|
|
#error "Target firmware not yet supported."
|
|
#endif
|