Skip to content

Commit 97fcaca

Browse files
authored
Update fileout.cpp
1 parent ae85009 commit 97fcaca

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)