mirror of
https://github.com/peter-tanner/neptunium-firmware.git
synced 2024-11-30 12:00:19 +08:00
10 lines
181 B
C
10 lines
181 B
C
#ifndef __LOGGING_H
|
|
#define __LOGGING_H
|
|
|
|
#include "main.h"
|
|
#include "cmsis_os.h"
|
|
#include "fatfs.h"
|
|
#include <string.h>
|
|
|
|
void StartLoggingTask(void const *argument);
|
|
#endif |