fix dmesg duplicate definition issue (#542)
This commit is contained in:
@ -83,10 +83,6 @@ namespace pxsim.control {
|
||||
if (!impl) impl = {}
|
||||
return new MMapMethods.MMap(impl, size)
|
||||
}
|
||||
|
||||
export function dmesg(s: string) {
|
||||
//console.log("DMESG: " + s)
|
||||
}
|
||||
}
|
||||
|
||||
namespace pxsim.output {
|
||||
|
Reference in New Issue
Block a user