/** ****************************************************************************** * @file pd.h * @brief PD header * @author gemesa * * @attention * * Copyright (c) 2024 András Gémes. All rights reserved. * * This software component is licensed by András Gémes under MIT license. * You may obtain a copy of the license at: opensource.org/licenses/mit * * SPDX-License-Identifier: MIT ****************************************************************************** */ #ifndef INC_PD_H_ #define INC_PD_H_ #define pdSCALE_10K 10000u #endif /* INC_PD_H_ */