Skip to content
Snippets Groups Projects
Commit 69ed60a5 authored by Jonas Jacobsson's avatar Jonas Jacobsson Committed by Tommy Andersson
Browse files

Did my best

parent 762fa957
No related branches found
No related tags found
No related merge requests found
......@@ -181,6 +181,10 @@ const APP: () = {
gpioa.MODER.write(r | 0b01 << (5 * 2)); // set output mode
// test_modify();
<<<<<<< HEAD
=======
test_modify();
>>>>>>> 4897099 (Did my best)
loop {
......@@ -204,6 +208,10 @@ const APP: () = {
}
};
<<<<<<< HEAD
=======
>>>>>>> 4897099 (Did my best)
// 1. C like API.
// Using C the .h files are used for defining interfaces, like function signatures (prototypes),
// structs and macros (but usually not the functions themselves).
......@@ -245,6 +253,10 @@ const APP: () = {
// What if we could automatically generate that from Vendors specifications (SVD files)?
// Wouldn't that be great?
//
<<<<<<< HEAD
// ** your answer here **
=======
// I got the first assert to work. But I don't understand the second. What are we supposed to do?
>>>>>>> 4897099 (Did my best)
//
// Commit your answers (bare5_2)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment