|
|
1.1 root 1: //
2: // nono
3: // Copyright (C) 2017 [email protected]
4: //
5:
1.1.1.2 ! root 6: // MPU 共通部
! 7:
1.1 root 8: #include "mpu.h"
9:
1.1.1.2 ! root 10: std::unique_ptr<MPUDevice> gMPU;
1.1 root 11:
12: // コンストラクタ
1.1.1.2 ! root 13: MPUDevice::MPUDevice()
1.1 root 14: {
15: logname = "mpu";
16: devname = "MPU";
17: }
18:
19: // デストラクタ
20: MPUDevice::~MPUDevice()
21: {
22: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.