From 262e57de8eb08278fcf3ae5aced37ea4316a7d81 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Fri, 14 Mar 2025 22:18:13 +0100 Subject: [PATCH] inludes --- src/ascii_cmd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ascii_cmd.h b/src/ascii_cmd.h index fb8e8d4..7584f7b 100644 --- a/src/ascii_cmd.h +++ b/src/ascii_cmd.h @@ -1,3 +1,4 @@ +#include "modulator.h" #define CMD_BUFFER_SIZE 255 #define CTL_BUFFER_SIZE (CMD_BUFFER_SIZE * 2) #define READ_TIMEOUT_MS 100