diff options
| author | Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> | 2024-11-15 07:59:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-15 07:59:57 +0100 |
| commit | 84cf2887093712e6a4dd5f047985a0ee2d5603f3 (patch) | |
| tree | 07c7f0a0874a7c2054f4e146472e157d6393318a /dev | |
| parent | 5bf8c4609fee869746e642e02b2a7c18ea31c5d3 (diff) | |
Update DeviceMgr.h
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ZKAKit/KernelKit/DeviceMgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZKAKit/KernelKit/DeviceMgr.h b/dev/ZKAKit/KernelKit/DeviceMgr.h index 8365e2f2..a38f39d1 100644 --- a/dev/ZKAKit/KernelKit/DeviceMgr.h +++ b/dev/ZKAKit/KernelKit/DeviceMgr.h @@ -33,7 +33,7 @@ namespace Kernel template <typename T> class DeviceInterface; - /***********************************************************************************/ + /***********************************************************************************/ /// @brief Device interface class. /// @note This is a class which represents an hardware device. /***********************************************************************************/ |
