mirror of
https://github.com/thewesker/RASCSI.git
synced 2025-12-20 20:31:24 -05:00
Un-do extraneous changes before merging back into source branch
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
#include "fileio.h"
|
#include "fileio.h"
|
||||||
#include "disk.h"
|
#include "disk.h"
|
||||||
#include "gpiobus.h"
|
#include "gpiobus.h"
|
||||||
|
#include "spdlog/spdlog.h"
|
||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
@@ -995,6 +996,9 @@ int main(int argc, char* argv[])
|
|||||||
struct sched_param schparam;
|
struct sched_param schparam;
|
||||||
#endif // BAREMETAL
|
#endif // BAREMETAL
|
||||||
|
|
||||||
|
spdlog::set_level(spdlog::level::trace);
|
||||||
|
spdlog::trace("Entering the function with %d arguments", argc);
|
||||||
|
|
||||||
// Output the Banner
|
// Output the Banner
|
||||||
Banner(argc, argv);
|
Banner(argc, argv);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user