shithub: nanobsp

Download patch

ref: 0eff5c188b58ffce63ea3a872bd87a1cd12fcdd4
parent: 6d06c526c500f482df737193482b1917f808866b
author: Andrew Apted <ajapted@gmail.com>
date: Fri Dec 8 18:14:43 EST 2023

added header file "nano_bsp.h"

--- /dev/null
+++ b/nano_bsp.h
@@ -1,0 +1,22 @@
+//----------------------------------------------------------------------------
+//
+//  Copyright (c) 2023  Andrew Apted
+//
+//  This program is free software; you can redistribute it and/or
+//  modify it under the terms of the GNU General Public License
+//  as published by the Free Software Foundation; either version 2
+//  of the License, or (at your option) any later version.
+//
+//  This program is distributed in the hope that it will be useful,
+//  but WITHOUT ANY WARRANTY; without even the implied warranty of
+//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+//  GNU General Public License for more details.
+//
+//----------------------------------------------------------------------------
+
+#ifndef __NANO_BSP_H__
+#define __NANO_BSP_H__
+
+void Nano_BuildBSP (void);
+
+#endif
--