Fix typo in frequency. Little refactoring and simple unity change

This commit is contained in:
Dr-Noob
2018-03-30 00:09:16 +02:00
parent 720457f4ac
commit 5e65f5bb78
6 changed files with 49 additions and 26 deletions

2
01h.h
View File

@@ -1,6 +1,8 @@
#ifndef __01h__
#define __01h__
#define STRING_YES "Yes"
#define STRING_NO "No"
struct cpuInfo;
struct cpuInfo* getCPUInfo();