mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
DataFlash: removed BUILD_DELEGATES code
no longer needed
This commit is contained in:
parent
83e6181024
commit
8624a262e7
@ -32,8 +32,6 @@ class DataFlash_Class
|
||||
public:
|
||||
#if APM_BUILD_FUNCTOR
|
||||
FUNCTOR_TYPEDEF(print_mode_fn, void, AP_HAL::BetterStream*, uint8_t);
|
||||
#elif APM_BUILD_DELEGATES
|
||||
typedef DELEGATE_FUNCTION2(void, AP_HAL::BetterStream*, uint8_t) print_mode_fn;
|
||||
#else
|
||||
typedef void (*print_mode_fn)(AP_HAL::BetterStream *, uint8_t);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user