Trunk fixes for heltec mesh pocket. (#6588)

https://github.com/meshtastic/firmware/pull/6533 was merged
without running trunk. This patch fixes the newly introduced
trunk errors.
This commit is contained in:
Tom Fifield
2025-04-16 07:37:09 +10:00
committed by GitHub
parent 040a34fca8
commit 98411d408a
7 changed files with 79 additions and 85 deletions

View File

@@ -219,7 +219,7 @@ bool EInkDisplay::connect()
}
#elif defined(HELTEC_MESH_POCKET)
{
spi1=&SPI1;
spi1 = &SPI1;
spi1->begin();
// VExt already enabled in setup()
// RTC GPIO hold disabled in setup()