Skip to content

Commit 0d4013b

Browse files
committed
Merge branch 'master' of github.com:RTduino/pinout-generator
2 parents f1162f0 + 97fcaca commit 0d4013b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/fileout.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ void Widget::write_data_to_kconfig()
186186
QTextStream out(&kconfigfile);
187187
QStringList varlist;
188188
out << "config BSP_USING_ARDUINO\n";
189-
out << " bool \"Support Arduino\"\n";
189+
out << " bool \"Compatible with Arduino Ecosystem (RTduino)\"\n";
190190
out << " select PKG_USING_RTDUINO\n";
191191
out << " select BSP_USING_STLINK_TO_USART\n";
192192
if(!(ui->s2box->currentText() == "NULL"))

0 commit comments

Comments
 (0)