App: Transfer blinky into c++ application
This commit is contained in:
parent
6bb235b676
commit
44d7f39026
@ -1,8 +1,10 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
extern "C" {
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "delay.h"
|
||||
#include "board.h"
|
||||
#include "delay.h"
|
||||
#include "board.h"
|
||||
}
|
||||
|
||||
int main(void)
|
||||
{
|
Loading…
Reference in New Issue
Block a user