mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-01-10 08:29:29 +01:00
5 lines
73 B
C
5 lines
73 B
C
#pragma once
|
|
#include "common.h"
|
|
|
|
extern "C" void waitByLoop(u32 count);
|