Add logger and checks for initialising
This commit is contained in:
2023-11-06 21:44:18 +01:00
parent d84bd877e1
commit 315871af60
2 changed files with 16 additions and 13 deletions

View File

@@ -4,6 +4,8 @@
#ifndef PROJECT_TFTP_H
#define PROJECT_TFTP_H
#define LOGGER_LEVEL_ALL
#include "log.h"
#include <tftp_server.h>
extern struct tftp_context tftpContext_s;