Skip to content

Commit

Permalink
AP_Scripting: correct compilation with AP_FILESYSTEM_FORMAT_ENABLED i…
Browse files Browse the repository at this point in the history
…s false

Co-authored-by: Peter Hall <[email protected]>
  • Loading branch information
peterbarker and IamPete1 committed Feb 11, 2024
1 parent eaf40fb commit bb8047c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/AP_Scripting/generator/description/bindings.desc
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,9 @@ userdata AP_Filesystem::stat_t method is_directory boolean
singleton AP_Filesystem rename fs
singleton AP_Filesystem method stat boolean string AP_Filesystem::stat_t'Null
singleton AP_Filesystem method format boolean
singleton AP_Filesystem method format depends AP_FILESYSTEM_FORMAT_ENABLED
singleton AP_Filesystem method get_format_status uint8_t'skip_check
singleton AP_Filesystem method get_format_status depends AP_FILESYSTEM_FORMAT_ENABLED

include AP_RTC/AP_RTC.h depends AP_RTC_ENABLED
include AP_RTC/AP_RTC_config.h
Expand Down

0 comments on commit bb8047c

Please sign in to comment.