Skip to content

Commit 43ac5a1

Browse files
committed
Merge branch 'master' of github.com:TUBAF-IfI-LiaScript/VL_EingebetteteSysteme
2 parents be8f759 + 6f7337f commit 43ac5a1

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/authors.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
SebastianZug
2+
fjangfaragesh
3+
GERZAC1002
4+
BerndSchmecka
5+
juliankeppler
6+
FnHm
7+
Florian2501
8+
gjaeger1

.github/workflows/preprocessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
filtered.append(line)
3939

4040
with open(file, "w") as outfile:
41-
if file.endswith("00_Einführung.mdx"): # insert metadata for pandoc in first md file
41+
if file.endswith("00_Einfuehrung.mdx"): # insert metadata for pandoc in first md file
4242
title = "**Eingebettete Systeme - TU Freiberg**"
4343
outfile.write(f"---\ntitle: |\n {title}\n https://github.com/SebastianZug/VL_EingebetteteSysteme/\nauthor:\n")
4444
with open(".github/workflows/authors.txt", "r") as authors: # read in authors and write them into the yaml code

05_Schaltnetze.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ byte segDigits[10][8] = {
192192
{ 1,0,1,1,1,1,1,1 }, // = 6
193193
{ 1,1,1,1,0,0,1,0 }, // = 7
194194
{ 1,1,1,1,1,1,1,1 }, // = 8
195-
{ 1,1,1,1,0,0,1,1 }, // = 9
195+
{ 1,1,1,1,1,0,1,1 }, // = 9
196196
};
197197
void setup() {
198198
for(int i=0;i<8;i++){

0 commit comments

Comments
 (0)