We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d862594 commit 74b4794Copy full SHA for 74b4794
dma/.vscode/c_cpp_properties.json
@@ -8,7 +8,7 @@
8
"defines": [
9
"STM32F103xB"
10
],
11
- "compilerPath": "/usr/bin/arm-none-eabi-gcc",
+ "compilerPath": "/Applications/ARM/bin/arm-none-eabi-gcc",
12
"cStandard": "gnu17",
13
"cppStandard": "gnu++17",
14
"intelliSenseMode": "gcc-arm"
dma/include/timer.h dma/include/time.hdma/include/timer.h renamed to dma/include/time.h
dma/src/main.c
@@ -17,7 +17,7 @@
17
#include <stdio.h>
18
#include <stm32f1xx.h>
19
20
-#include <timer.h>
+#include <time.h>
21
#include <uart.h>
22
23
char msg[28] = "Hello world\r\n\0";
dma/src/timer.c dma/src/time.cdma/src/timer.c renamed to dma/src/time.c
0 commit comments