From 9b2b44d0ca4e4886a7b4af461268420a84c3c573 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 13 Apr 2023 12:04:50 +0200 Subject: fix most obvious warnings --- totem/config.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'totem/config.h') diff --git a/totem/config.h b/totem/config.h index b7e23ec..3f07349 100644 --- a/totem/config.h +++ b/totem/config.h @@ -17,8 +17,6 @@ along with this program. If not, see . #pragma once -#include "config_common.h" - /* USB Device descriptor parameter */ /*#define VENDOR_ID 0x3A3C #define PRODUCT_ID 0x0002 @@ -57,4 +55,4 @@ along with this program. If not, see . #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET -#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U \ No newline at end of file +#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U -- cgit v1.2.3