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