Skip to content

Commit

Permalink
Added WiFi driver header file to librishka.h
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Aug 15, 2024
1 parent b498c5c commit c51420e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/librishka.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@

#include <librishka/drivers/display.h> /**< @ingroup Rishka_Drivers_SDK */
#include <librishka/drivers/keyboard.h> /**< @ingroup Rishka_Drivers_SDK */
#include <librishka/drivers/nvs.h> /**< @ingroup Rishka_Drivers_SDK */
#include <librishka/drivers/nvs.h> /**< @ingroup Rishka_Drivers_SDK */
#include <librishka/drivers/wifi.h> /**< @ingroup Rishka_Drivers_SDK */

#endif

0 comments on commit c51420e

Please sign in to comment.