mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-13 17:05:37 -04:00
Expose instance clock_manager in portapack.hpp.
This commit is contained in:
parent
a03a72474d
commit
0cf839bc93
3 changed files with 3 additions and 11 deletions
|
@ -29,6 +29,7 @@
|
|||
#include "lcd_ili9341.hpp"
|
||||
|
||||
#include "radio.hpp"
|
||||
#include "clock_manager.hpp"
|
||||
#include "temperature_logger.hpp"
|
||||
|
||||
namespace portapack {
|
||||
|
@ -43,6 +44,7 @@ extern SPI ssp1;
|
|||
extern wolfson::wm8731::WM8731 audio_codec;
|
||||
|
||||
extern si5351::Si5351 clock_generator;
|
||||
extern ClockManager clock_manager;
|
||||
|
||||
extern ReceiverModel receiver_model;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue