Skip to content

Commit a519b68

Browse files
[core] Change ms delay type to UI16
1 parent 4b415ca commit a519b68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/stse_platform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ PLAT_UI16 stse_platform_Crc16_Accumulate(PLAT_UI8 *pbuffer, PLAT_UI16 length);
9292
* \param[in] delay_val length of the delay in milliseconds
9393
* \return None
9494
*/
95-
void stse_platform_Delay_ms(PLAT_UI32 delay_val);
95+
void stse_platform_Delay_ms(PLAT_UI16 delay_val);
9696

9797
/*!
9898
* \brief Start a timeout counter of "timeout_val" ms

0 commit comments

Comments
 (0)