Skip to content

Commit c814c05

Browse files
shiv-tyagipeterbarker
authored andcommitted
Tools: update error message to use new AP_PERIPH_RELAY_ENABLED define
1 parent 0d0bc93 commit c814c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/AP_Periph/AP_Periph.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
#endif
5454
#include <AP_Relay/AP_Relay.h>
5555
#if !AP_RELAY_ENABLED
56-
#error "HAL_PERIPH_ENABLE_RELAY requires AP_RELAY_ENABLED"
56+
#error "AP_PERIPH_RELAY_ENABLED requires AP_RELAY_ENABLED"
5757
#endif
5858
#endif
5959

0 commit comments

Comments
 (0)