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