mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-10 23:35:05 -06:00
Apply pointer formatting
This commit is contained in:
parent
71e789943e
commit
3b73b115ca
102 changed files with 364 additions and 364 deletions
|
@ -479,7 +479,7 @@
|
|||
*/
|
||||
#define assert_param(expr) ((expr) ? (void)0U : assert_failed((uint8_t *)__FILE__, __LINE__))
|
||||
/* Exported functions ------------------------------------------------------- */
|
||||
void assert_failed(uint8_t* file, uint32_t line);
|
||||
void assert_failed(uint8_t *file, uint32_t line);
|
||||
#else
|
||||
#define assert_param(expr) ((void)0U)
|
||||
#endif /* USE_FULL_ASSERT */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue