Remove unused includes

main
alexis 2023-01-02 23:22:06 -07:00
parent b24a5d2f22
commit 5a766a53ff
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@
#include <stdbool.h>
#include <stddef.h>
#include <inttypes.h>
#include <ch32v10x_tim.h>
#include <ch32v10x_gpio.h>
// Diagnostic info struct. If TIMDAC_DIAGNOSTIC is defined nonzero, this is the
// struct that timdac_ll_diagnostic() will fill.