13 lines
139 B
C++
13 lines
139 B
C++
/*
|
|
* quick_profiler.cpp
|
|
*
|
|
* Created on: Oct 4, 2023
|
|
* Author: algin
|
|
*/
|
|
|
|
#include "quick_profiler.hpp"
|
|
|
|
namespace free_rtos {
|
|
|
|
}
|