Add #include BLOCKS and initials configs
This commit is contained in:
parent
c47eb6ea73
commit
33bb80d30e
5 changed files with 179 additions and 132 deletions
31
Core/Inc/pansi.h
Normal file
31
Core/Inc/pansi.h
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
/**
|
||||
******************************************************************************
|
||||
* @file pansi.h
|
||||
* @brief Fanculo
|
||||
******************************************************************************
|
||||
* @attention
|
||||
*
|
||||
* Copyright (c) 2025 PANSI21.xyz .
|
||||
* All rights reserved.
|
||||
*
|
||||
******************************************************************************
|
||||
*/
|
||||
/* USER CODE END Header */
|
||||
#ifndef __PANSI_H__
|
||||
#define __PANSI_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* Includes ------------------------------------------------------------------*/
|
||||
#include "main.h"
|
||||
|
||||
void MOTD_init(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __PANSI_H__ */
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue