Remove forgotten (?) undef at the end of menu.cpp

This commit is contained in:
Alex Voinea 2021-02-25 19:29:14 +02:00
parent 54b2edbc8c
commit afa7c7ab03
No known key found for this signature in database
GPG key ID: F5034E7CFCF2F973

View file

@ -553,4 +553,4 @@ uint8_t menu_item_edit_P(const char* str, T pval, int16_t min_val, int16_t max_v
template uint8_t menu_item_edit_P<int16_t*>(const char* str, int16_t *pval, int16_t min_val, int16_t max_val);
template uint8_t menu_item_edit_P<uint8_t*>(const char* str, uint8_t *pval, int16_t min_val, int16_t max_val);
#undef _menu_data