mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Fix function prototypes after merge
This commit is contained in:
@@ -49,7 +49,7 @@ struct SubGhzGPS {
|
||||
*
|
||||
* @return SubGhzGPS* SubGhzGPS object
|
||||
*/
|
||||
SubGhzGPS* subghz_gps_plugin_init();
|
||||
SubGhzGPS* subghz_gps_plugin_init(uint32_t baudrate);
|
||||
|
||||
/**
|
||||
* Deinitialize SubGhzGPS plugin
|
||||
|
||||
Reference in New Issue
Block a user