Reformat to match the rest of the code

pull/39/head
D.R.racer 2021-07-01 06:46:32 +02:00
parent 4001234e5e
commit fa42611c31
1 changed files with 5 additions and 8 deletions

View File

@ -1,13 +1,10 @@
/*
config.h - Wrangler for assorted compile-time configuration and constants.
*/
#pragma once
#include <stdint.h>
/// Wrangler for assorted compile-time configuration and constants.
namespace config {
// Max number of extruders
static constexpr uint8_t tool_count = 5U;
/// Max number of extruders
static constexpr uint8_t tool_count = 5U;
}
} // namespace config