We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43ef52 commit 7049b58Copy full SHA for 7049b58
tools/memap.py
@@ -1,3 +1,5 @@
1
+#!/usr/bin/env python
2
+
3
"""
4
Copyright (c) 2016-2019 ARM Limited. All rights reserved.
5
@@ -16,8 +18,6 @@
16
18
limitations under the License.
17
19
20
-#!/usr/bin/env python
-
21
"""Memory Map File Analyser for ARM mbed"""
22
from __future__ import print_function, division, absolute_import
23
tools/misc/find_c_includes.py
import os
import re
0 commit comments