dev/c++ #7

Merged
tkl merged 7 commits from dev/c++ into master 2020-03-30 09:57:32 +00:00
Showing only changes of commit 44d7f39026 - Show all commits

View File

@ -1,8 +1,10 @@
extern "C" {
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>
#include "delay.h" #include "delay.h"
#include "board.h" #include "board.h"
}
int main(void) int main(void)
{ {