/* Copyright (c) Microsoft Corporation. Licensed under the MIT License. */ #ifndef _BOARD_INIT_H #define _BOARD_INIT_H #include "nx_api.h" #include "atmel_start.h" void board_init(); #endif // _BOARD_INIT_H