You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef _EPENGUIN_CONF_H_
|
|
#define _EPENGUIN_CONF_H_
|
|
|
|
#include "epenguin_master.h"
|
|
|
|
#define EP_UARCH __UARCH_ARM__
|
|
#define EP_MCU_FAMILY __SAM_D2X__
|
|
#define EP_MCU __ATSAMD21J18A__
|
|
|
|
#define EP_DRIVERS (0)
|
|
|
|
|
|
#endif
|