keycard-pro/app/qrcode/qrout.h

12 lines
138 B
C

#ifndef _UI_QROUT_
#define _UI_QROUT_
#include <stdint.h>
#include "error.h"
#include "screen/screen.h"
app_err_t qrout_run();
#endif