Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Main.cpp « SAME70 « Hardware « src - github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4d26da641813143164466fb6e54b3697c67f6480 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Main.cpp
 *  Program entry point
 *  Created on: 11 Jul 2020
 *      Author: David
 *  License: GNU GPL version 3
 */

#include <CoreIO.h>

// Program initialisation
void AppInit() noexcept
{
}

// End