removed hawk-std.h and merged the text to hawk.h
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-03 00:21:18 +09:00
parent 83caa10c59
commit 531de73535
20 changed files with 330 additions and 380 deletions

View File

@ -23,7 +23,6 @@
*/
#include "hawk-prv.h"
#include <hawk-std.h>
#include <hawk-pio.h>
#include <hawk-sio.h>
#include <hawk-xma.h>
@ -229,7 +228,6 @@ static hawk_mmgr_t sys_mmgr =
HAWK_NULL
};
hawk_mmgr_t* hawk_get_sys_mmgr (void)
{
return &sys_mmgr;