summaryrefslogtreecommitdiff
path: root/avr/cmd_fat.c
diff options
context:
space:
mode:
authorLeo C.2024-06-28 22:35:29 +0200
committerLeo C.2024-06-28 22:35:29 +0200
commit6dbf5891f52b1e06f8448e2b0526214bc882c6ec (patch)
tree4513ba08fd84a63d7e630a8bbc98a6424d123fb8 /avr/cmd_fat.c
parentd655d20a5d465471244a607fc7e18eef8623eab9 (diff)
downloadz180-stamp-6dbf5891f52b1e06f8448e2b0526214bc882c6ec.zip
clean up includes
Diffstat (limited to 'avr/cmd_fat.c')
-rw-r--r--avr/cmd_fat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/avr/cmd_fat.c b/avr/cmd_fat.c
index fdd05b4..8477fc2 100644
--- a/avr/cmd_fat.c
+++ b/avr/cmd_fat.c
@@ -9,7 +9,6 @@
*/
#include "cmd_fat.h"
-#include <ctype.h>
#include <time.h>
uint32_t fat_time(const struct tm * timeptr);