use scoped includes
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2022-11-04 09:45:32 +01:00
parent 5dc41badc3
commit 048cd89053
7 changed files with 315 additions and 5 deletions

View File

@ -9,8 +9,8 @@
**************************************************************************************
*/
#include "uart.h"
#include "hdlc.h"
#include "tas/uart.h"
#include "tas/hdlc.h"
#ifdef HDLC_ENABLE
#define HDLC_RX_STATE_IDLE (0u)