diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 642cb1a3c2..bb457ffd31 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -1910,13 +1910,11 @@ The system can be re-made subsequently by just typing make.

4.1.13 up_assert()

Prototype:
- void up_assert(FAR const uint8_t *filename, int linenum);
- void up_assert_code(FAR const uint8_t *filename, int linenum, int error_code);
+ void up_assert(FAR const uint8_t *filename, int linenum);

Description. - Assertions may be handled in an architecture-specific - way. + Assertions may be handled in an architecture-specific way.

4.1.14 up_schedule_sigaction()