31 lines
696 B
C
31 lines
696 B
C
/**
|
|
******************************************************************************
|
|
* @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__ */
|
|
|