From 52a496056e76e1e5567089ffe043339755a6a58c Mon Sep 17 00:00:00 2001 From: ganome Date: Tue, 28 Jan 2025 19:47:41 -0700 Subject: [PATCH] Added comments --- include/setcpu.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/setcpu.h b/include/setcpu.h index 21b346c..009e9d4 100644 --- a/include/setcpu.h +++ b/include/setcpu.h @@ -1,5 +1,8 @@ // void setCPU(){}; +/* this function's Incoming arguments are a pointer to the CPU class + "CPU *pCPU" and the new mainclock speed +*/ void setCPU(CPU *pCPU, float mmainclock) { cout << "Coming from the setCPU function in setcpu.h" << endl;