Standardise references to the Raspberry Pi Pico SDK

This commit is contained in:
graham sanderson
2021-01-26 07:56:30 -06:00
committed by Graham Sanderson
parent 0396bf1da9
commit 143657b875
18 changed files with 66 additions and 66 deletions

View File

@ -19,7 +19,7 @@ struct c_sdk_output : public output_format {
c_sdk_output() : output_format("c-sdk") {}
std::string get_description() override {
return "C header suitable for use with the Pico SDK";
return "C header suitable for use with the Raspberry Pi Pico SDK";
}
void output_symbols(FILE *out, std::string prefix, const std::vector<compiled_source::symbol> &symbols) {