Created
June 5, 2019 12:07
-
-
Save ysoftware/d2e6bc391a7c8a32902f80453f6fbd5d to your computer and use it in GitHub Desktop.
Testing-1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void buck::run_requests(uint8_t max) { | |
PRINT_("running requests processing"); | |
PRINT("limit", max); | |
auto cdp_itr = _cdp.begin(); | |
cdp_itr->print(); | |
} | |
// Action output: | |
// >> running requests processing | |
// >> limit: 70 | |
// >> #8 c: 192481.4822 REX d: 0.0000 BUCK icr: 300 time: 1559724528 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment