vos/ambiq-hal-sys/ambiq-sparkfun-sdk/boards_sfe/common/examples/startup_tests/main.h
2022-10-23 23:45:43 -07:00

9 lines
143 B
C

#ifndef _MAIN_H_
#define _MAIN_H_
#include "am_mcu_apollo.h"
#include "am_bsp.h"
#include "am_util.h"
#include <stdbool.h>
#endif // _MAIN_H_