mirror of
https://github.com/badgeteam/mch2022-template-app.git
synced 2024-12-22 23:26:36 +00:00
6 lines
115 B
C
6 lines
115 B
C
#pragma once
|
|
|
|
#include "pax_gfx.h"
|
|
#include "ili9341.h"
|
|
|
|
void ota_update(pax_buf_t* pax_buffer, ILI9341* ili9341);
|