forked from achamaikin/CCSModuleSW30Web
initial commit
first build, test
This commit is contained in:
16
Core/Inc/debug.h
Normal file
16
Core/Inc/debug.h
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* debug.h
|
||||
*
|
||||
* Created on: Apr 16, 2024
|
||||
* Author: colorbass
|
||||
*/
|
||||
|
||||
#ifndef SRC_DEBUG_H_
|
||||
#define SRC_DEBUG_H_
|
||||
|
||||
void debug_task();
|
||||
void debug_init();
|
||||
void debug_rx_interrupt(UART_HandleTypeDef *huart, uint16_t Size);
|
||||
|
||||
|
||||
#endif /* SRC_DEBUG_H_ */
|
||||
Reference in New Issue
Block a user