11 lines
199 B
C
11 lines
199 B
C
|
//
|
||
|
// Created by ZK on 24-5-10.
|
||
|
//
|
||
|
|
||
|
#ifndef BOOOOMFOC_STSPIN32G4_EVB_APP_TASK_H
|
||
|
#define BOOOOMFOC_STSPIN32G4_EVB_APP_TASK_H
|
||
|
|
||
|
void High_Frequency_Task();
|
||
|
|
||
|
#endif //BOOOOMFOC_STSPIN32G4_EVB_APP_TASK_H
|