Skip to content

Commit 74b4794

Browse files
committed
🚚 rename timer.h -> time.h
1 parent d862594 commit 74b4794

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

dma/.vscode/c_cpp_properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"defines": [
99
"STM32F103xB"
1010
],
11-
"compilerPath": "/usr/bin/arm-none-eabi-gcc",
11+
"compilerPath": "/Applications/ARM/bin/arm-none-eabi-gcc",
1212
"cStandard": "gnu17",
1313
"cppStandard": "gnu++17",
1414
"intelliSenseMode": "gcc-arm"
File renamed without changes.

dma/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include <stdio.h>
1818
#include <stm32f1xx.h>
1919

20-
#include <timer.h>
20+
#include <time.h>
2121
#include <uart.h>
2222

2323
char msg[28] = "Hello world\r\n\0";
File renamed without changes.

0 commit comments

Comments
 (0)