Skip to content

Commit 8123691

Browse files
committed
misc update
1 parent a0c4d28 commit 8123691

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

res/data/builtin_headers/lint_sdcc.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
#define __interrupt(x)
2323
#define __using(x)
2424
#define __at(x)
25-
#define __asm__(x)
2625
#define __naked
2726

2827
// for pic

src/StringTable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ export const rating_text = [
757757

758758
export const later_text = [
759759
'稍后',
760-
'Later on'
760+
'Later'
761761
][langIndex];
762762

763763
export const continue_text = [

0 commit comments

Comments
 (0)