mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-18 19:19:18 +08:00
[bsp][stm32] fix ci bug
This commit is contained in:
parent
8e742404cd
commit
0e3e288666
@ -58,6 +58,9 @@
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
/* Includes ------------------------------------------------------------------*/
|
||||
#include <rtthread.h>
|
||||
|
||||
/** @addtogroup Library_configuration_section
|
||||
* @{
|
||||
*/
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
volatile rt_uint32_t HC574_state = 0;
|
||||
|
||||
void HC574_SetPin(uint32_t _pin, uint8_t _value)
|
||||
void HC574_SetPin(rt_uint32_t _pin, uint8_t _value)
|
||||
{
|
||||
if (_value == 0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user