mirror of
https://github.com/drasko/codezero.git
synced 2026-01-26 17:53:14 +01:00
Changes since April
Clean up of build directories. Simplifications to capability model.
This commit is contained in:
10
scripts/config/lib.py
Normal file
10
scripts/config/lib.py
Normal file
@@ -0,0 +1,10 @@
|
||||
#! /usr/bin/env python2.6
|
||||
# -*- mode: python; coding: utf-8; -*-
|
||||
#
|
||||
|
||||
def conv_hex(val):
|
||||
hexval = hex(val)
|
||||
if hexval[-1:] == 'L':
|
||||
hexval = hexval[:-1]
|
||||
return hexval
|
||||
|
||||
Reference in New Issue
Block a user