-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproblems_encountered_wheelcontrol.txt
More file actions
31 lines (21 loc) · 1.13 KB
/
Copy pathproblems_encountered_wheelcontrol.txt
File metadata and controls
31 lines (21 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---------------------------------------------------------------
PROBLEM - atmel studio
memory-window opens with debugger, shows message : "unavailable
when debuggee is running". Then crash.
solved by closing those memory-windows quickly. However,
clicking "watch2" results in the same crash. Problem might be
due to old watches watching non-existing variables.
---------------------------------------------------------------
PROBLEM - C
abs()s from stdlib.h is not for float. Use fabs() from math.h
instead.
---------------------------------------------------------------
---------------------------------------------------------------
---------------------------------------------------------------
---------------------------------------------------------------
---------------------------------------------------------------
---------------------------------------------------------------
---------------------------------------------------------------
---------------------------------------------------------------
---------------------------------------------------------------
---------------------------------------------------------------