Format header files
In my PR updating clang-format, I forgot to also format the headers.
This commit is contained in:
parent
09db67e003
commit
96165a8541
55 changed files with 144 additions and 0 deletions
|
|
@ -13,9 +13,11 @@ namespace Pinetime {
|
|||
namespace System {
|
||||
class SystemTask;
|
||||
}
|
||||
|
||||
namespace Drivers {
|
||||
class SpiNorFlash;
|
||||
}
|
||||
|
||||
namespace Controllers {
|
||||
class Ble;
|
||||
|
||||
|
|
@ -46,10 +48,12 @@ namespace Pinetime {
|
|||
void OnNotificationTimer();
|
||||
void Reset();
|
||||
};
|
||||
|
||||
class DfuImage {
|
||||
public:
|
||||
DfuImage(Pinetime::Drivers::SpiNorFlash& spiNorFlash) : spiNorFlash {spiNorFlash} {
|
||||
}
|
||||
|
||||
void Init(size_t chunkSize, size_t totalSize, uint16_t expectedCrc);
|
||||
void Erase();
|
||||
void Append(uint8_t* data, size_t size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue